home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0023-MABuild Questions-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-09  |  1.3 KB  |  34 lines  |  [TEXT/GEOL]

  1. Item    1505334                         6-Oct-89        21:17
  2.  
  3. From:   V0230                           Trace, Laurence Kirsh,VAR
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    MABuild Questions
  8.  
  9. I, like many others, it seems, am trying to understand the MABuild process. One
  10. thing that I'd like to do is execute some simple commands right after the
  11. application is built, and before the following lines in the MakeIt script:
  12.  
  13. {MAEcho} {EchoOptions} " ∂"{ObjApp}Tree∂"  # <- Execute to run your
  14. application"
  15. IF {XRunAfterBuild} =~ /TRUE/
  16.    {MAEcho} {EchoOptions} "Running:       ∂"{ObjApp}Tree∂""
  17.    "{ObjApp}Tree"
  18. END
  19.  
  20. The problem is that these lines appear to be written by Make. If I echo my
  21. commands from the MABuild script before Make is run, they would execute before
  22. the application is built (no good). And if I write them after Make is run, they
  23. follow the above lines, and, when {XRunAfterBuild} is True, never get executed.
  24. I suppose I could set -NoRun, add my commands after these, then include my own
  25. "{ObjApp}Tree" call; but I was trying to work with MABuild, not against it. Are
  26. these lines actually written by Make? It seems an odd thing for Make to output.
  27.  
  28. Also, there are two Pascal compiler options that I haven't found documented.
  29. They are $F+ and $I+. What are these for?
  30.  
  31. Thanks for any help,
  32. John MacVeigh
  33.  
  34.